From: Andy Chiang Date: Mon, 20 Oct 2025 08:43:01 +0000 (+0700) Subject: luci-mod-status: remove redundant spaces X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=edb481a1ac94fc6c23abcd37f93149e110f5d047;p=project%2Fluci.git luci-mod-status: remove redundant spaces remove redundant spaces in nftables.js. Signed-off-by: Andy Chiang --- diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js index 4862c90e2a..e619c3e744 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js @@ -303,7 +303,7 @@ return view.extend({ renderVMap: function(spec, table) { // spec: { key: {...}, data: { set: [ [mapkey, actionSpec], ... ] } } const matchElem = E('span', { 'class': 'ifacebadge' }, - _('Verdict map: %h is').format(this.exprToString(spec.key))); + _('Verdict map: %h is').format(this.exprToString(spec.key))); const actions = []; const keys = [];